home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / qbear.swf / scripts / DefineSprite_98 / frame_20 / DoAction.as
Text File  |  2007-01-15  |  146b  |  13 lines

  1. tellTarget("/lives")
  2. {
  3.    play();
  4. }
  5. tellTarget("/bear")
  6. {
  7.    gotoAndStop("pause");
  8. }
  9. tellTarget("/ball")
  10. {
  11.    gotoAndStop("pause");
  12. }
  13.